From 8de0c46326c4964714a273d184d7cdab5993ca90 Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Sat, 28 Sep 2002 19:39:42 +0000 Subject: [PATCH] Fix typo: @same --> @samp --- lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/variables.texi b/lispref/variables.texi index 3168e47b4e4..2d1722d53b2 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -1739,7 +1739,7 @@ visiting a file could take over your Emacs. To prevent this, Emacs takes care not to allow local variable lists to set such variables. For one thing, any variable whose name ends in @samp{-command}, -@same{-frame-alist}, @samp{-function}, @samp{-functions}, +@samp{-frame-alist}, @samp{-function}, @samp{-functions}, @samp{-hook}, @samp{-hooks}, @samp{-form}, @samp{-forms}, @samp{-map}, @samp{-map-alist}, @samp{-mode-alist}, @samp{-program}, or @samp{-predicate} cannot be set in a local variable list. In general, -- 2.30.2